@charset "UTF-8";
/*font*/
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
/* 구글폰트측에서 IE에 적용되는 웹폰트 경로를 삭제함
해결방안 ->구글측에서 구버전 폰트경로는 삭제했지만 파일은 남겨둔 파일 하기와 같이 링크 함  */
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 100;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans KR';
font-style: normal;
font-weight: 900;
src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/*reset*/
* {margin:0;padding:0; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0; font-family: "Noto Sans KR", "맑은 고딕", sans-serif; background: transparent;-webkit-text-size-adjust: none;letter-spacing: -0.025em;word-break: keep-all;}
body {margin:0;padding:0;height: 100%;font-size: 14px;color: #666;line-height: 1.2;}
input, select, textarea,label,fieldset{vertical-align: middle;}
label {vertical-align:middle;}
address, em {font-style:normal;}
i, em, u, cite {font-style:normal}
strong, b, th {font-weight:bold;}
fieldset, img {border:0;}
img {max-width: 100%;width: auto;vertical-align:middle;}
caption, legend, figcaption {position:absolute;overflow:hidden;clip:rect(0,0,0,0);margin:-1px;width:1px;height:1px;font-size:1px;line-height:0;}
ul, ol, dl, dt, dd, li {list-style: none}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
input, textarea, select { border:0;color: #666;vertical-align: middle;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
a, a:hover{text-decoration: none; color:#252525}
button {cursor: pointer;outline: none;*overflow: visible;margin:0;padding:0;border: none;background-color: transparent;vertical-align: middle;}
button::-moz-focus-inner {margin:0;padding:0;border:0}
button, input[type="submit"], input[type="button"], input[type="reset"] {cursor: pointer;border:0}
table {width: 100%;table-layout: fixed}
th,td {vertical-align: middle;}
table, th, td {border-spacing:0;border-collapse: collapse;*border-collapse: collapse;word-wrap: break-word;}
select {-moz-appearance:none;-webkit-appearance:none;appearance:none;}
select::-ms-expand {display: none;}
textarea {width: 100%;overflow-y: auto;resize: none;}
input {padding:0;margin:0;width: 100%;border: 1px solid #ccc;color: #222;border: none;-webkit-border-radius:0;}
input[disabled] {background: #fff}
input,textarea {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
input[type="number"], input[type="file"] {-webkit-appearance: none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {margin:0;-webkit-appearance: none;}
input[type="text"]::-ms-clear {display: none;}
input[type="radio"] {width:auto;}
input[type="checkbox"] {width:auto;}
input[type="radio"]:disabled + label {color:#666;}
/* input[readonly='readonly'] {background-color: #eee} */
/* placeholder Default color  */
*::-webkit-input-placeholder {color: #888 !important}
*:-moz-placeholder {color: #888 !important}/* FF 4-18 */
*::-moz-placeholder {color: #888 !important}/* FF 19+ */
*:-ms-input-placeholder {color: #888 !important}/* IE 10+ */
/* common.css */
input {font-family:inherit;}
button {font-family:inherit;}
clear {clear: both}
clear:after {display: block; content: ""; clear: both}

/* skipnav */
.skipnav {position:absolute;z-index: 500;left:0;top:0;width: 100%;}
.skipnav a {display: block;overflow: hidden;width: 1px; : 1px;margin-bottom:-1px;color: #fff;text-align: center;}
.skipnav a:focus, .skipnav a:active {width: 100%;height: auto;padding: 15px 0;background-color: #132436}
.blind {clip: rect(0,0,0,0);overflow: hidden;display: block;width: 1px;height: 1px;font-size: 1px;line-height: 0;text-indent: -9999em;}
.hide {position: absolute; overflow: hidden; width: 0; height: 0; font-size: 0; color: transparent}


/* 커널스 추가*/
.adeditor_header {position:relative;overflow: hidden; width:100%;  z-index: 998; }
.main_visual_wrap {position: relative;overflow: hidden;text-align: center;}
.sub_visual_wrap { position: relative;}
.adeditor_container { position: relative;}
.adeditor_section { position: relative;}
.adeditor_footer {position: relative;background: #e2e2e2;padding: 30px 0;}



/* layout */
.wrap{position:relative; }
.container_wrap {width:100%;}
.container .con_inner {width: 1200px; margin: 0 auto; text-align: left;}
.container:after {content:"";display:block;clear:both}


/* sub */


.tit {font-size: 28px; line-height: 1; color: #000}
.txt {font-size: 14px; line-height: 20px; color: #000; opacity: 0.5}
.box_col2:after {display: block; content: ""; clear: both}
.box_col2 + .box_col2 {margin-top: 60px}
.cont_col {float: left; width: 50%; padding-right: 40px; box-sizing: border-box}
.cont_col:nth-of-type(2n) {padding-right: 0; padding-left: 40px}
.cont_col .tit {padding-bottom: 20px}

.section_img {margin-top: 70px; }
.section_img .tit_page {padding: 80px 0 20px; font-size: 40px; line-height: 1; color: #fff; font-weight: bold; text-align: center}
.section_img .page_copy {padding-bottom: 65px; font-size: 16px; line-height: 24px; color: #fff; text-align: center}

.wrap_info .list_info:after {display: block; content: ""; clear: both}
.wrap_info .list_info .ico_info {float: left; width: 33.3%; padding-top: 50px}
.wrap_info .list_info .ico_info .tit {display: block; padding-bottom: 25px; font-size: 28px; line-height: 1; font-weight: normal; color: #000}
.wrap_info .list_info .ico_info .txt {font-size: 14px; line-height: 21px; color: #000; opacity: 1}
.wrap_info .list_info .ico_info:before {display: block; content: ""; width: 83px; height: 70px; padding-bottom: 18px; background: url(../images/common/ico_info.png) 0 0 no-repeat}
.wrap_info .list_info .info02:before {width: 96px; background-position: -383px 0}
.wrap_info .list_info .info03:before {width: 69px; background-position: -763px 0}

.box_col4:after {display: block; content: ""; clear: both}
.box_col4 .cont_col {float: left; width: 25%; padding-right: 23px;}
.box_col4 .cont_col:nth-of-type(2n) {padding-left: 0;}
.box_col4 .cont_col:nth-of-type(4n) {padding-right: 0;}
.box_col4 .cont_col .tit {font-size: 22px; padding: 20px 0 10px}
.box_col4 .cont_col .txt {font-size: 14px; line-height: 18px}
.box_col4 + .box_col4  {margin-top: 60px}

/* table */
.wrap_board {}
.board_table {border-top: 2px solid #000}
.board_table thead th {height: 58px; text-align: center; font-size: 14px; background: #f7f7f7; border-bottom: 1px solid #ccc}
.board_table tbody td {height: 58px; padding: 0 5px; font-size: 13px; color: #999; text-align: center; border-bottom: 1px solid #ccc}
.board_table tbody .td_inner {position: relative; text-align: left; padding-left: 42px; color: #333}
.board_table tbody .ico_file {display: block; position: absolute; left: 0; top:0; width: 12px; height: 22px; font-size: 0; color: transparent; background: url(../images/common/ico_file.png) 0 0 no-repeat}


.wrap_location {width: 1020px; height: 542px; margin: 0 auto}
.location_cont {padding-top: 30px}
.location_cont .address_location {padding-bottom: 10px; text-align: center; font-size: 20px; line-height: 1; color: #000; font-weight: bold}
.location_cont .tel_location {text-align: center; font-size: 16px; line-height: 1; color: #666}


/* main */




.main_cont02 {height: 379px; background: url(../images/visual/main_bg_01_2.png) 50% 0 no-repeat; background-size: cover}
.main_cont02 .main_inner {height: 100%}
.main .col02 {height: 100%}
.main .col02:after {display: block; content: ""; clear: both}
.main .col02 .col {float: left; width: 260px; padding-top: 49px}
.main .col02 .tit_cont {padding-right: 45px; padding-bottom: 30px; font-size: 26px; line-height: 31px; font-weight: bold; color: #fff}
.main .col02 .col02_1 {height: 100%; background: url(../images/common/ico_main_info2.png) 110px 230px no-repeat; box-sizing: border-box}
.main .col.col02_2 {width: 300px; height: 100%; background: #e2e2e2; box-sizing: border-box}
.main .col02_2 .tit_cont {padding: 0 40px 30px; color: #000; font-size: 32px; line-height: 1; }
.main .col02_2 .col_cont {padding: 0 40px}
.main .col02_2 .col_cont strong {display: block; height: 50px; margin-bottom: 20px; font-size: 20px; color: #000; opacity: 0.8; text-overflow:ellipsis;  word-wrap:normal; width:100%; overflow:hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main .col02_2 .col_cont p {font-size: 13px; line-height: 20px; color: #666; opacity: 0.8}
.main .col02_2 .col_cont span {display: block; padding-top: 40px; font-size: 13px; line-height: 20px; color: #666; opacity: 0.8}

.main_cont03 {height: 314px; text-align: center; }
.main_cont03 .tit {padding-top: 128px; padding-bottom: 15px; font-size: 40px; line-height: 1; color: #fff}
.main_cont03 .txt {font-size: 16px; line-height: 1}


.header_m {display: none}
.btn_all_menu {display: none}
.sub_visual_wrap .tit_head br {display: none}
.board_list {display: none}
.img_bg01 {background-size: cover;height: 100%;}
.img_bg02 {background: url(../images/visual/sub_visual_02.jpg) center top no-repeat;background-size: cover;height: 100%;}
.img_bg03 {background: url(../images/visual/sub_visual_03.jpg) center top no-repeat;background-size: cover;height: 100%;}
.img_bg04 {background: url(../images/visual/sub_visual_04.jpg) center top no-repeat;background-size: cover;height: 100%;}
.img_bg05 {background: url(../images/visual/sub_visual_05.jpg) center top no-repeat;background-size: cover;height: 100%;}
.img_bg06 {background: url(../images/visual/sub_visual_06.jpg) center top no-repeat;background-size: cover;height: 100%;}

.display_p {display: block}
.display_m {display: none}





@media screen (min-width:721px) and (max-width: 1200px){
	/* header */
	.header_wrap {background:#4e4e4e }
	.header_wrap  .header_inner{width:1200px; height: 72px;position: relative;  margin:0 auto;}

	.header {position: relative; margin:0 auto;width: 100%;  z-index: 1}
	.header .logo {float: left; height: 35px; padding:10px 0 10px 0; font-size: 20px;color:#fff;font-weight:bold; }
	.header .logo a{color:#fff;padding:14px 0 14px 0;display: block;}

	/* gnb */
	.gnb {float: right; padding:10px 0 10px 0; margin:0;display: block;}
	.gnb:after {display: block; content: ""; clear: both}
	.gnb .gnb1depth {float: left}
	.gnb .gnb1depth > a {display: block; padding: 14px 20px; font-size: 16px; line-height: 24px; color: #fff}

	/* btn_util */
	.btn_util {position: absolute;display:none; right: 0; top: 45px; width: 30px; height: 21px; font-size: 0; color: transparent; background: url(../images/common/btn_util.png) 0 0 no-repeat}
	

	.main_visual_wrap { position: relative; top: 0; height:782px; overflow:hidden; text-align:center; }

	.main_inner {width: 1200px; max-width: 1200px; margin: 0 auto}
	.main_inner:after {display: block; content: ""; clear: both}
	.main_visual_wrap {min-width: 1200px}
	.head_txt {padding-top: 290px; text-align: center; font-size: 26px; line-height: 38px; color: #fff}
	.head_tit {display: block; padding-bottom: 40px; text-align: center; font-size: 90px; line-height: 1; color: #fff; font-weight: bold}
	.head_txt2 {text-align: center; font-size: 13px; line-height: 18px; color: #fff; opacity: 0.8;display:block;}

	.btn_white_box {display: inline-block; width: 157px; height: 100%; word-break:break-all; margin-top: 120px; text-align: center; font-size: 13px; line-height: 35px; color: #fff; border: 1px solid #fff}
	.btn_white_link {display: inline-block; padding-bottom: 5px; font-size: 12px; color: #fff; border-bottom: 1px solid #cbc7c5}

	.sub_visual_wrap { position: relative; top: 0; height:250px; overflow:hidden; text-align:center; }
	.sub_v_inner {}
	.sub_inner {width: 1120px; max-width: 1120px; margin: 0 auto}
	.sub_visual_wrap .tit_head {font-size: 18px; line-height: 20px;padding:80px 0 10px 0; font-weight: bold; color: #fff}
	.sub_visual_wrap .head_copy {font-size: 50px; line-height: 38px; color: #fff; font-weight: bold;}

	.main_cont01 {height: 377px;background:#4e4e4e }
	.main_cont01 .left {float: left; width: 50%;background: url(../images/visual/main_bg_01_1_01.png) left top no-repeat; background-size: cover}
	.main_cont01 .right {float: right; width: 50%;background:#4e4e4e}

	.main .tit_cont {font-size: 32px; line-height: 38px; font-weight: bold; color: #fff}
	.main .txt {font-size: 13px; line-height: 20px; padding:10px 0 0 20px;color: #fff; opacity: 0.8}
	.main_cont01 .main_inner {height: 100%}
	.main_cont01 .main_inner > div {height: 100%; padding-top: 50px; box-sizing: border-box}
	
	.main_cont01 .right {padding-left: 20px; background:#4e4e4e}
	.main_cont01 .tit_cont {padding: 20px 0 0 20px;}
	.main_cont01 .btn_white_link  {margin: 36px 0 0 20px;}
	.main_cont01 .list {padding: 35px 0 0 20px}
	.main_cont01 .list li {font-size: 16px; line-height: 30px; color: #bebebe}


	.main_cont02 {height: auto;  background: #3a5369}
	.main_cont02 .col02 {height: 250px;padding-top:50px;background:#3a5369}
    .main_cont02 .left {float: left; width: 50%;}
	.main_cont02 .right {display:block;float: right; height:297px; width: 50%;background:#c59a87}

	.main_cont02 .right  .tit { font-size: 32px; line-height: 38px;text-align:left; padding: 50px 0 0 40px;    display: block;color:#fff;}
    .main_cont02 .right  .txt {padding:0 40px;text-align:left;}
    
	.main .col.col02_1 {width: 50%; padding-top: 30px;}
    
	.main .col.col02_1:after {display: block; content: ""; width: 65px; height: 63px; margin: 20px 0 29px 82px; background: url(../images/common/ico_main_info2_m.png) 0 0 no-repeat; background-size: 65px 63px}
    .main .col.col02_2 {width: 50%; padding-top: 30px}
    
	

	.main .col02 .tit_cont { font-size: 32px; line-height: 38px;text-align:right; padding: 0 40px 15px}
    .main .col02 .txt {padding:0 40px;text-align:right;}
    
	.main .col02_2 .tit_cont {font-size: 19px}
    .main .col02_2 .col_cont {padding: 0 20px}
    .main .col02_2 .col_cont strong {height: 33px; font-size: 13px}
    .main .col02_2 .col_cont p {height: 73px; overflow: hidden; line-height: 18px}
    .main .col02_2 .col_cont span {padding-top: 20px; padding-bottom: 20px}

	.main .main_cont02 .swiper-container .swiper-pagination {left: 50px; bottom: 50px; text-align: left; }
	.main .swiper-pagination-bullet {width: 10px; height: 10px; background: #fff; opacity: 0.4}
	.main .swiper-pagination-bullet-active {opacity: 1}
	.main .swiper_inner .tit {display: block; padding: 45px 60px 24px 60px; font-size: 32px; line-height: 38px; color: #fff; font-weight: normal}
	.main .swiper_inner .txt {display: block; padding: 0 60px; font-size: 13px; line-height: 20px;}

	.cont_inner {width: 1030px; margin: 0 auto}

	.cont_top {padding-top: 80px; padding-bottom: 65px}
	.cont_top .tit_page {padding-bottom: 10px; font-size: 30px; line-height: 1; text-align: center; font-weight: bold; color: #000}
	.cont_top .page_copy {font-size: 16px; text-align: center; color: #666}

	/* 지도 */
	.sub04_wrap{width:100%;margin:0px auto 30px;}
	.sub04_wrap .sub04_tit{font-size:28px; color:#000;}
	.sub04_wrap .sub04_com{font-size:18px; color:#666;}
	.sub04_wrap .sub04_img{margin-top:30px;}
	


	/* footer */
	.footer {position: relative; min-width: 1200px; background: #e6e6e6;}
	.footer .con_inner{position: relative; max-width:1200px; overflow: hidden;  margin: auto; padding: 48px 0 66px 0px; text-align: center}
	.footer .footer_top {padding-bottom: 17px}
	.footer .ico_footer {display: inline-block; padding-right: 13px; font-size: 11px; line-height: 17px; color: #505050}
	.footer .ico_footer:before {display: inline-block; content: ""; width: 22px; height: 17px; vertical-align: middle;background: url(../images/common/ico_footer.png) 0 0 no-repeat}

	.footer .footer_contact:before {width: 42px; background-position: -91px 0}
	.footer .footer_tel:before {width: 38px; background-position: -200px 0}
	.footer .footer_copy {font-size: 12px; color: #999}

    .bg_layer {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; z-index: 1}
    
    .img_bg01 {background: url(../images/visual/main_visual_01_m.jpg) center top no-repeat;background-size: cover;height: 100%;}
    .img_bg02 {background: url(../images/visual/sub_visual_02_m.jpg) center top no-repeat;background-size: cover;height: 100%;}
    .img_bg03 {background: url(../images/visual/sub_visual_03_m.jpg) center top no-repeat;background-size: cover;height: 100%;}
    .img_bg04 {background: url(../images/visual/sub_visual_04_m.jpg) center top no-repeat;background-size: cover;height: 100%;}
    .img_bg05 {background: url(../images/visual/sub_visual_05_m.jpg) center top no-repeat;background-size: cover;height: 100%;}
    .img_bg06 {background: url(../images/visual/sub_visual_05_m.jpg) center top no-repeat;background-size: cover;height: 100%;}
    
    
    .tit {font-size: 15px; line-height: 17px; font-weight: normal}
    .txt {font-size: 12px; line-height: 15px;}
    .cont_inner {width: 96%; margin:0 auto;box-sizing: border-box}
    .cont_top {padding-top: 34px; padding-bottom: 29px}
    .cont_top .tit_page {font-size: 20px;}
    .cont_top .page_copy {font-size: 10px; line-height: 12px}
    .cont_col {float: none; width: 100%; padding-right:0; padding-bottom: 25px}
    .cont_col:nth-of-type(2n) {padding-left:0}
    .cont_col .tit {padding-bottom: 10px; text-align: center}
    .cont_col .txt {text-align: center}
    .box_col2 + .box_col2 {margin-top:0}
    .section_img {background:url(../images/visual/sub_cont_02_m.jpg) 50% 0 no-repeat; background-size: 100% auto}
    .section_img .tit_page {font-size: 23px; padding: 15% 0 11px}
    .section_img .page_copy {padding-bottom:10%;font-size: 11px; line-height: 15px}
    .wrap_info {margin-top: 10%}
    .wrap_info .list_info .ico_info {position: relative; float: none; width: 100%; min-height: 58px; padding-top: 30px; padding-left: 90px; box-sizing: border-box}
    .wrap_info .list_info .ico_info:before {position: absolute; left: 0; top:30px; width: 73px; height: 58px; background: url(../images/common/ico_info_m.png) 0 0 no-repeat; background-size: 73px 219px}
    .wrap_info .list_info .info02:before {background-position: 0 -89px}
    .wrap_info .list_info .info03:before {background-position: 0 -172px}
    .wrap_info .list_info .ico_info .tit {padding-bottom: 12px; font-size: 16px;}
    .wrap_info .list_info .ico_info .txt {font-size: 12px; line-height: 14px}
    .wrap_info .list_info .ico_info .txt br {display: none}
    
    .footer {min-width: 100%}
    .footer .ico_footer {font-size: 9px}
    .footer .footer_copy {font-size: 8px}
    
    .box_col4 .cont_col {width: 50%; padding-right:12px}
    .box_col4 .cont_col:nth-of-type(2n) {padding-right: 0; padding-left: 12px}
    .box_col4 .cont_col .tit {padding: 11px 0 6px; font-size: 14px; text-align: center}
    .box_col4 .cont_col .txt {font-size: 9px; line-height: 11px text-align: center}
    .box_col4 + .box_col4 {margin-top: 0}
    
    .wrap_board {display: none}
    .board_list {display: block; border-top: 2px solid #000}
    .board_list .board_item {padding:15px; border-bottom: 1px solid #e2e2e2}
    .board_list .board_item a{display: block; padding-bottom: 10px; font-size: 13px; line-height: 20px; color: #000}
    .board_list .board_item .ico_file {display: inline-block; vertical-align: middle;width: 7px; height:13px; font-size: 0; color: transparent; background: url(../images/common/ico_file_m.png) 0 0 no-repeat; background-size: 7px 13px}
    .board_list .board_item span {display: inline-block; font-size: 10px; line-height: 1; color: #666}
    .board_list .board_item .date {padding-right: 4px}
    .board_list .board_item .count {color: #999; padding-left: 4px; background: url(../images/common/bullet.png)0 50% no-repeat; background-size: 3px 3px}
    
    .paging a {width: 30px}
    .paging .pg_prev01,
    .paging .pg_prev02,
    .paging .pg_next01 {width: 25px}
    .paging .pg_next02 {width: 25px}
    
    .display_p {display: none}
    .display_m {display: block}
    .wrap_location {width: 100%; height: auto}
    .location_cont {padding-top: 13px}
    .location_cont .address_location {font-size: 15px; line-height: 18px}
    .location_cont .tel_location {font-size: 12px}
    
    
    .main_cont01 {height: auto; background: none}
    .main_cont01 .main_inner > .left {padding: 20; text-align: center; }
    .main_cont01 .main_inner > .right {position: relative;padding: 43px 20px 95px; text-align: center; background: #4e4e4e}
    .main_cont01 .main_inner > .right:after {display: block; content: ""; position: absolute; left: 50%; bottom: 21px; width: 48px; height: 51px; margin-left: -24px; background: url(../images/common/ico_main_info_m.png) 0 0 no-repeat; background-size: 48px 51px}
    .main_cont01 .tit_cont {padding-bottom: 13px}
    .main_cont01 .btn_white_link {margin-top: 15px}
    .main_cont01 .list {display: none}
    
    
    
    .main .swiper_inner .left {float: left; width: 50%}
    .main .swiper_inner .right {float: right; width: 50%}
    .main .swiper-container {background: #947365}
    
    .main_cont03 {height: auto; padding-bottom: 46px; }
    .main_cont03 .tit {padding-top: 57px; font-size: 20px}
    .main_cont03 .txt {font-size: 8px}
    
    .main .swiper_inner .tit {padding: 24px 0 9px 30px; font-size: 17px; line-height: 19px}
    .main .swiper_inner .txt {padding:0 0 0 30px;font-size: 10px; line-height: inherit}
    .main .main_cont02 .swiper-container .swiper-pagination {left: 30px; bottom: 25px}
    
}


@media screen and (min-width: 320px) and (max-width:720px){
	/* header */
	.header_wrap {background:#4e4e4e }
	.header_wrap  .header_inner{width:100%;height: 60px;position: relative;  margin:0 auto;}

	.header {position: relative; margin:0 auto;width: 100%;  z-index: 1}
	.header .logo {float: left; height: 35px; padding:8px 0 8px 10px; font-size: 20px;color:#fff;font-weight:bold; }
	.header .logo a{color:#fff;padding:10px 0 10px 0;display: block;}

	/* gnb */
	.gnb {float: right; padding:10px 0 10px 0; margin:0;display:none;}
	.gnb:after {display: block; content: ""; clear: both}
	.gnb .gnb1depth {float: left}
	.gnb .gnb1depth > a {display: block; padding: 14px 20px; font-size: 16px; line-height: 24px; color: #fff}

	/* btn_util */
	.btn_util {position: absolute;display:block; right: 10px; top: 19px; width: 30px; height: 21px; font-size: 0; color: transparent; background: url(../images/common/btn_util.png) 0 0 no-repeat}
	
	.main_visual_wrap { position: relative; top: 0; height:250px;overflow:hidden; text-align:center; }

	.main_inner {width:  100%; max-width: 100%; margin: 0 auto}
	.main_inner:after {display: block; content: ""; clear: both}
	.main_visual_wrap {min-width: 100%}
	
	.head_txt {padding-top: 14px; text-align: center; font-size: 16px; line-height: 38px; color: #fff}
	.head_tit {display: block; padding-bottom: 20px; text-align: center; font-size: 43px; line-height: 1; color: #fff; font-weight: bold}
	.head_txt2 {text-align: center; font-size: 13px; line-height: 18px; color: #fff; opacity: 0.8;display:none}

	.btn_white_box {display: inline-block; width: 157px;  height: 100%; word-break:break-all; margin-top: 20px; text-align: center; font-size: 13px; line-height: 35px; color: #fff; border: 1px solid #fff}
	.btn_white_link {display: inline-block; padding-bottom: 5px; font-size: 12px; color: #fff; border-bottom: 1px solid #cbc7c5}
	
	
	.sub_visual_wrap { position: relative; top: 0; height:200px; overflow:hidden; text-align:center; }
	.sub_v_inner {width: 100%; max-width: 100%; margin: 0 auto}
	.sub_inner {width: 100%; max-width: 100%; margin: 0 auto}
	.sub_visual_wrap .tit_head {font-size: 16px; line-height: 38px;padding:14px 0 10px 0; font-weight: bold; color: #fff}
	.sub_visual_wrap .head_copy {font-size: 43px; line-height: 1; color: #fff; font-weight: bold;}
	
		.main_cont01 {height: 330px;background:#4e4e4e }
	.main_cont01 .left {float: left; width: 100%;background: url(../images/visual/main_bg_01_1_01.png) left top no-repeat; background-size: cover}
	.main_cont01 .right {float: right; width: 100%;background:#4e4e4e}

	.main .tit_cont {font-size: 32px; line-height: 38px; font-weight: bold; color: #fff}
	.main .txt {font-size: 13px; line-height: 20px; padding:10px 0 0 0px;color: #fff; opacity: 0.8}
	.main_cont01 .main_inner {height: 100%}
	.main_cont01 .main_inner > div {height: 100%; padding-top: 30px; box-sizing: border-box}
	
	.main_cont01 .right {padding-left: 20px; background:#4e4e4e}
	.main_cont01 .tit_cont {padding: 20px 0 0 00px;}
	.main_cont01 .btn_white_link  {margin: 36px 0 0 00px;}
	.main_cont01 .list {padding-top: 35px}
	.main_cont01 .list li {font-size: 16px; line-height: 30px; color: #bebebe}
	.main_cont01 .list li.on {color: #fff}

	
	.main_cont02 {height: auto;  background: #3a5369}
	.main_cont02 .col02 {height: 200px;padding-top:50px;background:#3a5369}
    .main_cont02 .left {float: left; width: 100%;}
	.main_cont02 .right {float: right; width: 100%;background:#c59a87}

	.main_cont02 .right  .tit { font-size: 32px; line-height: 38px;text-align:left; padding: 50px 0 0 40px;    display: block;color:#fff;}
    .main_cont02 .right  .txt {padding:0 40px;text-align:left;}
    
	.main .col.col02_1 {width: 50%; padding-top: 30px;}
    
	.main .col.col02_1:after {display: block; content: ""; width: 65px; height: 63px; margin: 20px 0 29px 82px; background: url(../images/common/ico_main_info2_m.png) 0 0 no-repeat; background-size: 65px 63px}
    .main .col.col02_2 {width: 50%; padding-top: 30px}
    
	

	.main .col02 .tit_cont { font-size: 26px; line-height: 38px;text-align:center; padding: 0 0px}
    .main .col02 .txt {padding:0 40px;text-align:center;}
    
	.main .col02_2 .tit_cont {font-size: 19px}
    .main .col02_2 .col_cont {padding: 0 20px}
    .main .col02_2 .col_cont strong {height: 33px; font-size: 13px}
    .main .col02_2 .col_cont p {height: 73px; overflow: hidden; line-height: 18px}
    .main .col02_2 .col_cont span {padding-top: 20px; padding-bottom: 20px}

	.main .main_cont02 .swiper-container .swiper-pagination {left: 50px; bottom: 50px; text-align: left; }
	.main .swiper-pagination-bullet {width: 10px; height: 10px; background: #fff; opacity: 0.4}
	.main .swiper-pagination-bullet-active {opacity: 1}
	.main .swiper_inner .tit {display: block; padding: 45px 60px 24px 60px; font-size: 32px; line-height: 38px; color: #fff; font-weight: normal}
	.main .swiper_inner .txt {display: block; padding: 0 60px; font-size: 13px; line-height: 20px;}

	figure{width:100% !important;}
}
@media screen and (min-width: 720px){
	/* header */
	.header_wrap {background:#4e4e4e }
	.header_wrap  .header_inner{width:100%;height: 72px;position: relative;  margin:0 auto;}

	.header {position: relative; margin:0 auto;width: 96%;  z-index: 1}
	.header .logo {float: left; height: 35px; padding:10px 0 10px 0; font-size: 20px;color:#fff;font-weight:bold; }
	.header .logo a{color:#fff;padding:14px 0 14px 0;display: block;}

	/* gnb */
	.gnb {margin:0;display: block;;}
	.gnb:after {display: block; content: ""; clear: both}
	
	.gnb .gnb1depth > a {display: block; padding: 14px 20px; font-size: 16px; line-height: 24px; color: #fff}

	/* btn_util */
	.btn_util {position: absolute;display:none; right: 0; top: 45px; width: 30px; height: 21px; font-size: 0; color: transparent; background: url(../images/common/btn_util.png) 0 0 no-repeat}
	
	.main_visual_wrap { position: relative; top: 0; height:600px; overflow:hidden; text-align:center; }

	.main_inner {width:  100%; max-width: 100%; box-sizing: border-box; margin: 0 auto }
	.main_inner:after {display: block; content: ""; clear: both}
	.main_visual_wrap {min-width: 100%}
	.head_txt {padding-top: 150px; text-align: center; font-size: 26px; line-height: 38px; color: #fff}
	.head_tit {display: block; padding-bottom: 40px; text-align: center; font-size: 90px; line-height: 1; color: #fff; font-weight: bold}
	.head_txt2 {text-align: center; font-size: 13px; line-height: 18px; color: #fff; opacity: 0.8;display:block;}

	.btn_white_box {display: inline-block; padding:0 20px 0 20px; height: 100%; word-break:break-all; margin-top: 120px; text-align: center; font-size: 13px; line-height: 35px; color: #fff; border: 1px solid #fff}
	.btn_white_link {display: inline-block; padding-bottom: 5px; font-size: 12px; color: #fff; border-bottom: 1px solid #cbc7c5}

	.sub_visual_wrap { position: relative; top: 0; height:250px; overflow:hidden; text-align:center; }
	.sub_v_inner {width: 100%; max-width: 100%; margin: 0 auto}
	.sub_inner {width: 100%; max-width: 100%; margin: 0 auto}
	.sub_visual_wrap .tit_head {font-size: 18px; line-height: 20px;padding:80px 0 10px 0; font-weight: bold; color: #fff}
	.sub_visual_wrap .head_copy {font-size: 50px; line-height: 38px; color: #fff; font-weight: bold;}
	
	
	.main_cont01 {height: 330px;background:#4e4e4e }
	.main_cont01 .left {float: left; width: 50%;background: url(../images/visual/main_bg_01_1_01.png) left top no-repeat; background-size: cover}
	.main_cont01 .right {float: right; width: 50%;background:#4e4e4e}

	.main .tit_cont {font-size: 32px; line-height: 38px; font-weight: bold; color: #fff}
	.main .txt {font-size: 13px; line-height: 20px; padding:10px 0 0 20px;color: #fff; opacity: 0.8}
	.main_cont01 .main_inner {height: 100%}
	.main_cont01 .main_inner > div {height: 100%; padding-top: 30px; box-sizing: border-box}
	
	.main_cont01 .right {padding-left: 20px; background:#4e4e4e}
	.main_cont01 .tit_cont {padding: 20px 0 0 20px;}
	.main_cont01 .btn_white_link  {margin: 36px 0 0 30px;}
	.main_cont01 .list {padding: 35px 0 0 30px;}
	.main_cont01 .list li {font-size: 16px; line-height: 30px; color: #bebebe}
	.main_cont01 .list li.on {color: #fff}

	
	.main_cont02 {height: auto;  background: #3a5369}
	.main_cont02 .col02 {height: 247px;padding-top:50px;background:#3a5369}
    .main_cont02 .left {float: left; width: 50%;}
	.main_cont02 .right {display:block;;float: right; height:297px; width: 50%;background:#c59a87}

	.main_cont02 .right  .tit { font-size: 32px; line-height: 38px;text-align:left; padding: 50px 0 0 40px;    display: block;color:#fff;}
    .main_cont02 .right  .txt {padding:0 40px;text-align:left;}
    
	.main .col.col02_1 {width: 50%; padding-top: 30px;}
    
	.main .col.col02_1:after {display: block; content: ""; width: 65px; height: 63px; margin: 20px 0 29px 82px; background: url(../images/common/ico_main_info2_m.png) 0 0 no-repeat; background-size: 65px 63px}
    .main .col.col02_2 {width: 50%; padding-top: 30px}
    
	

	.main .col02 .tit_cont { font-size: 32px; line-height: 38px;text-align:right; padding: 0 40px 15px}
    .main .col02 .txt {padding:0 40px;text-align:right;}
    
	.main .col02_2 .tit_cont {font-size: 19px}
    .main .col02_2 .col_cont {padding: 0 20px}
    .main .col02_2 .col_cont strong {height: 33px; font-size: 13px}
    .main .col02_2 .col_cont p {height: 73px; overflow: hidden; line-height: 18px}
    .main .col02_2 .col_cont span {padding-top: 20px; padding-bottom: 20px}

	.main .main_cont02 .swiper-container .swiper-pagination {left: 50px; bottom: 50px; text-align: left; }
	.main .swiper-pagination-bullet {width: 10px; height: 10px; background: #fff; opacity: 0.4}
	.main .swiper-pagination-bullet-active {opacity: 1}
	.main .swiper_inner .tit {display: block; padding: 45px 60px 24px 60px; font-size: 32px; line-height: 38px; color: #fff; font-weight: normal}
	.main .swiper_inner .txt {display: block; padding: 0 60px; font-size: 13px; line-height: 20px;}

	.cont_inner {width:96%; margin: 0 auto}

	.cont_top {padding-top: 80px; padding-bottom: 65px}
	.cont_top .tit_page {padding-bottom: 10px; font-size: 30px; line-height: 1; text-align: center; font-weight: bold; color: #000}
	.cont_top .page_copy {font-size: 16px; text-align: center; color: #666}

	/* 지도 */
	.sub04_wrap {width:100%;margin:0px auto 30px;}
	.sub04_wrap .sub04_tit{font-size:28px; color:#000;}
	.sub04_wrap .sub04_com{font-size:18px; color:#666;}
	.sub04_wrap .sub04_img{margin-top:30px;}
	figure{width:100% !important;}

}	
@media screen and (min-width: 1025px){
	
	 .header_wrap  .header_inner{width:1200px;height: 72px;position: relative;  margin:0 auto;}
	 .cont_inner {width:1200px; margin: 0 auto}
}


















